object FormBullets: TFormBullets Left = 681 Top = 96 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow ClientHeight = 236 ClientWidth = 134 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 6 Top = 5 Width = 72 Height = 14 Caption = 'Commencer '#224' :' end object Label2: TLabel Left = 6 Top = 90 Width = 24 Height = 14 Caption = 'Style' end object Label3: TLabel Left = 6 Top = 47 Width = 59 Height = 14 Caption = 'Espacement' ParentShowHint = False ShowHint = True end object SC_Line5: TSC_Line Left = 0 Top = 202 Width = 134 Height = 34 BorderShape = bsTopLine Align = alBottom end object SpinNumbering: TSpinEdit Left = 6 Top = 21 Width = 121 Height = 23 Hint = '|Commencer la num'#233'rotation' Ctl3D = True MaxValue = 0 MinValue = 0 ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 0 Value = 1 end object ListNumbering: TListBox Left = 6 Top = 106 Width = 121 Height = 88 Cursor = crHandPoint Hint = '|Style de puces' Ctl3D = True IntegralHeight = True ItemHeight = 14 Items.Strings = ( 'Puce' 'Num'#233'rotation' 'Lettre minuscule' 'Lettre majuscule' 'Petit chiffre romain' 'Grand chiffre romain') ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = ListNumberingClick OnDblClick = ListNumberingDblClick end object SpinTab: TSpinEdit Left = 6 Top = 63 Width = 121 Height = 23 Hint = '|Espacement entre la puce et le texte' Ctl3D = True MaxValue = 0 MinValue = 0 ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 1 Value = 10 end object ButtonOk: TButton Left = 29 Top = 208 Width = 75 Height = 22 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 3 end end